home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / mpfeel.lha / MPFeel / Modules / standard.em < prev    next >
Text File  |  1992-10-06  |  271b  |  15 lines

  1. ;; Eulisp Module
  2. ;; most of levels 1 and 0
  3. ;; Standard modules...
  4.  
  5. ;; $Header: /a_mount/brad/denton_export/denton/You/NewYou/Modules/RCS/standard0.em,v 1.5 1992/01/16 20:19:34 pab Exp $$
  6.  
  7. (defmodule standard
  8.   (standard0)
  9.   ()
  10.   (expose (except (sqrt) standard0))
  11.   
  12. )
  13.  
  14.  
  15.